@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 700px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyBa_swiper .swiper-container .swiper-pagination {
  height: 24px;
  padding: 0;
  bottom: 20px;
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 2px !important;
  padding: 7px;
  opacity: 1;
  background: none;
  border: 1px solid rgba(204, 14, 16, 0);
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet-active {
  border: 1px solid rgba(204, 14, 16, 1);
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet-active::after {
  background-color: #cc0e10;
}


.lyBa_swiper .swiper-container .swiper-button-prev,
.lyBa_swiper .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  padding: 14px;
  border-radius: 50%;
  background: #cc0e10;
  position: absolute;
  z-index: 2;
}

.lyBa_swiper .swiper-container .swiper-button-prev {
  left: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-next {
  right: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg,
.lyBa_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg path,
.lyBa_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyBanner {
    height: 620px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1700px;
    height: 620px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 2.5%;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 2.5%;
  }
}

@media (max-width:1600px) {
  .lyBanner {
    height: 600px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1646px;
    height: 600px;
  }
}

@media (max-width:1560px) {
  .lyBanner {
    height: 580px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1591px;
    height: 580px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 3%;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 3%;
  }
}

@media (max-width:1440px) {
  .lyBanner {
    height: 540px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1481px;
    height: 540px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 44px;
    height: 44px;
    padding: 12px;
  }
}

@media (max-width:1366px) {
  .lyBanner {
    height: 500px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1371px;
    height: 500px;
  }
}

@media (max-width:1280px) {
  .lyBanner {
    height: 470px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1289px;
    height: 470px;
  } 

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 2%;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 2%;
  }
}

@media (max-width:1200px) {
  .lyBanner {
    height: 440px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1207px;
    height: 440px;
  }
  
  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    margin-top: 0;
  }
}

@media (max-width:1080px) {
  .lyBanner {
    height: 400px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1097px;
    height: 400px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 20px;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 20px;
  }

}

@media (max-width:1024px) {
  .lyBanner {
    height: 380px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1042px;
    height: 380px;
  }
}

@media (max-width:920px) {
  .lyBanner {
    height: 360px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 987px;
    height: 360px;
  }

}

@media (max-width:820px) {
  .lyBanner {
    height: 320px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 878px;
    height: 320px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
	margin-top: 20px;
  }
}

@media (max-width:767px) {
  .lyBanner {
    height: 188px;
    margin-top: 40px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 516px;
    height: 188px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    display: none;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    height: 16px;
    bottom: 10px;
  }

  .lyBa_swiper .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    padding: 4px;
  }

}

@media (max-width:390px) {
  .lyBanner {
    height: 170px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 466px;
    height: 170px;
  }
}

@media (max-width:320px) {
  .lyBanner {
    height: 150px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 411px;
    height: 150px;
  }
}

@media (max-width:280px) {
  .lyBanner {
    height: 130px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 357px;
    height: 130px;
  }
}

/* lyBanner end */


/* lyProRec start */
.lyProRec {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/proRecBg.png) center center no-repeat;
  background-size: cover;
}

.lyProRec .lyProRec_main {
  margin: 0 auto;
}


.lyProRec_main .lyProRec_list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lyProRec_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}

.lyProRec_list ul li {
  width: 25%;
  padding: 0 16px;
}

.lyProRec_list ul li .lyProRec_con {
  width: 100%;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #f4f4f4;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -160px;
  padding: 180px 32px 40px;
  background: url(../images/proBg01.png) center top no-repeat;
  background-size: 100% 100%;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text {
  background: url(../images/proBg02.png) center top no-repeat;
  background-size: 100% 100%;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #cc0e10;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_name {
  color: #fff;
  text-decoration: underline;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text p {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text p {
  color: rgba(255, 255, 255, .5);
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 40px auto 0;
  border-radius: 50%;
  background-color: #cc0e10;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_btn {
  background-color: #fff;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn i svg path {
  fill: #ffffff;
}

.lyProRec_list ul li .lyProRec_con:hover .lyProRec_text a.lyProRec_btn i svg path {
  fill: #cc0e10;
}


@media (max-width:1680px) {
  .lyProRec {
    padding: 80px 0;
  }

  .lyProRec_list ul {
    margin: 0 -20px;
  }

  .lyProRec_list ul li {
    padding: 0 20px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 240px;
    height: 240px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 180px 40px 40px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyProRec {
    padding: 60px 0;
  }

  .lyProRec_list ul {
    margin: 0 -15px;
  }

  .lyProRec_list ul li {
    padding: 0 15px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 180px 30px 40px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
    width: 32px;
    height: 32px;
    margin: 30px auto 0;
  }

}

@media (max-width:1366px) {
  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 220px;
    height: 220px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text p {
    margin-top: 6px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
    margin: 20px auto 0;
  }
}

@media (max-width:1280px) {
  .lyProRec_list ul {
    margin: 0 -10px;
  }

  .lyProRec_list ul li {
    padding: 0 10px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 200px;
    height: 200px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 180px 20px 40px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyProRec {
    padding: 40px 0;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 160px;
    height: 160px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 130px 20px 20px;
    margin-top: -120px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
    font-size: 18px;
  }
}

@media (max-width:820px) {
  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 150px;
    height: 150px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 60px 20px 20px;
    margin-top: -50px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text p {
    margin-top: 4px;
  }
}

@media (max-width:767px) {
  .lyProRec {
    padding: 20px 0 0;
  }

  .lyProRec_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 160px;
    height: 160px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 40px 10px 20px;
    margin-top: -40px;
  }
}

@media (max-width:390px) {
  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 150px;
    height: 150px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
    margin: 12px auto 0;
  }
}

@media (max-width:320px) {
  .lyProRec_list ul li {
    width: 80%;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_img {
    width: 180px;
    height: 180px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text {
    padding: 100px 20px 20px;
    margin-top: -90px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_name {
    font-size: 20px;
  }

  .lyProRec_list ul li .lyProRec_con .lyProRec_text a.lyProRec_btn {
    width: 36px;
    height: 36px;
    margin: 20px auto 0;
  }
}

@media (max-width:280px) {
  .lyProRec_list ul li {
    width: 90%;
  }
}

/* lyProRec end */


/* lyAbout start */
.lyAbout {
  padding: 80px 0;
  background: url(../images/aboutBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyAbout::before {
  content: '';
  display: block;
  width: 380px;
  height: calc(100% + 64px);
  overflow: hidden;
  background: url(../images/xs.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 32px 0 0 32px;
  position: absolute;
  top: -32px;
  right: 0;
}

.lyAbout .lyAbout_main {
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyAbout_main .lyAbout_left {
  width: 50%;
  padding-right: 50px;
}

.lyAbout_left .lyAbout_con {
  height: auto;
  max-height: 216px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  text-align: justify;
  margin-bottom: 50px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.lyAbout_main a.lyAbout_btn {
  display: block;
  width: 178px;
  height: 48px;
  overflow: hidden;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #fff;
  background-color: rgba(204, 14, 16, 0);
}

.lyAbout_main a.lyAbout_btn:hover {
  border: 1px solid #cc0e10;
  background-color: #cc0e10;
}

.lyAbout_main a.lyAbout_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 20px;
}

.lyAbout_main a.lyAbout_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyAbout_main a.lyAbout_btn i svg path {
  fill: #ffffff;
}

.lyAbout_main .lyAbout_right {
  width: 50%;
  padding: 0 30px 0 50px;
}

.lyAbout_right .lyAbout_img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}

.lyAbout_right .lyAbout_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.lyAbout_img a {
  display: block;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lyAbout_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAbout_right dl dd {
  float: left;
}

.lyAbout_right dl dd:first-child {
  margin-right: 50px;
}

.lyAbout_right dl dd i {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  background-color: #cc0e10;
}

.lyAbout_right dl dd i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyAbout_right dl dd i svg path {
  fill: #ffffff;
}

.lyAbout_right dl dd p {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width:1680px) {
  .lyAbout::before {
    width: 320px;
    height: calc(100% + 48px);
    border-radius: 24px 0 0 24px;
    top: -24px;
  }

  .lyAbout_main .lyAbout_left {
    padding-right: 40px;
  }

  .lyAbout_left .lyAbout_con {
    height: auto;
    max-height: 210px;
    line-height: 35px;
    font-size: 15px;
    margin-bottom: 40px;
  }

  .lyAbout_main a.lyAbout_btn {
    width: 164px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 22px;
  }

  .lyAbout_main a.lyAbout_btn i {
    width: 22px;
    height: 22px;
    margin: -4px 0 0 10px;
  }

  .lyAbout_main .lyAbout_right {
    padding: 0 20px 0 40px;
  }

  .lyAbout_right .lyAbout_img {
    margin-bottom: 40px;
  }

  .lyAbout_right dl dd:first-child {
    margin-right: 40px;
  }

  .lyAbout_right dl dd i {
    width: 60px;
    height: 60px;
  }

  .lyAbout_right dl dd p {
    line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width:1600px) {
  .lyAbout::before {
    width: 300px;
  }
}

@media (max-width:1560px) {
  .lyAbout_right dl dd p {
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .lyAbout {
    padding: 60px 0;
  }

  .lyAbout::before {
    width: 280px;
    height: calc(100% + 40px);
    border-radius: 20px 0 0 20px;
    top: -20px;
  }

  .lyAbout_main .lyAbout_left {
    padding-right: 30px;
  }

  .lyAbout_left .lyAbout_con {
    height: auto;
    max-height: 180px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .lyAbout_main a.lyAbout_btn {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 21px;
  }

  .lyAbout_main a.lyAbout_btn i {
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
  }

  .lyAbout_main .lyAbout_right {
    padding: 0 20px 0 30px;
  }

  .lyAbout_right dl dd:first-child {
    margin-right: 30px;
  }
}

@media (max-width:1366px) {
  .lyAbout::before {
    width: 240px;
  }

  .lyAbout_main .lyAbout_left {
    padding-right: 20px;
  }

  .lyAbout_main .lyAbout_right {
    padding: 0 20px;
  }

  .lyAbout_img a {
    height: 320px;
  }
}

@media (max-width:1280px) {
  .lyAbout_img a {
    height: 300px;
  }
}

@media (max-width:1200px) {
  .lyAbout_img a {
    height: 280px;
  }
}

@media (max-width:1080px) {
  .lyAbout::before {
    width: 220px;
  }

  .lyAbout_main .lyAbout_right {
    padding: 0 10px 0 20px;
  }

  .lyAbout_right .lyAbout_img {
    margin-bottom: 30px;
  }

  .lyAbout_img a {
    height: 260px;
  }

  .lyAbout_right dl dd i {
    width: 50px;
    height: 50px;
  }
}

@media (max-width:1024px) {
  .lyAbout::before {
    width: 200px;
  }

  .lyAbout_img a {
    height: 240px;
  }
}

@media (max-width:920px) {
  .lyAbout {
    padding: 40px 0;
  }

  .lyAbout::before {
    width: 160px;
  }

  .lyAbout_left .lyAbout_con {
    height: auto;
    max-height: 150px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
  }

  .lyAbout_img a {
    height: 220px;
  }

  .lyAbout_right dl dd i {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .lyAbout_right dl dd p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 8px;
  }
}

@media (max-width:820px) {
  .lyAbout_left .lyAbout_con {
    height: auto;
    max-height: 180px;
    -webkit-line-clamp: 6;
  }

  .lyAbout_img a {
    height: 180px;
  }

  .lyAbout_right dl dd:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width:767px) {
  .lyAbout {
    padding: 20px 0;
  }

  .lyAbout::before {
    width: 120px;
    height: 50%;
    top: inherit;
    bottom: -20px;
  }

  .lyAbout .lyAbout_main {
    display: block;
    align-items: inherit;
    justify-items: inherit;
  }

  .lyAbout_main .lyAbout_left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .lyAbout_main .lyAbout_right {
    width: 100%;
    padding: 0 10px 0 0;
  }

  .lyAbout_img a {
    height: 200px;
  }
}

@media (max-width:390px) {
  .lyAbout_img a {
    height: 180px;
  }
}

@media (max-width:320px) {
  .lyAbout::before {
    width: 100px;
    height: 36%;
    top: inherit;
    bottom: -20px;
  }

  .lyAbout_left .lyAbout_con {
    height: auto;
    max-height: 150px;
    line-height: 25px;
  }

  .lyAbout_right .lyAbout_img {
    margin-bottom: 10px;
  }

  .lyAbout_img a {
    height: 160px;
  }

  .lyAbout_right dl {
    display: none;
  }
}

@media (max-width:280px) {
  .lyAbout::before {
    width: 80px;
    height: 30%;
  }

  .lyAbout_img a {
    height: 140px;
  }
}

/* lyAbout end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  margin: 100px auto 70px;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
}

.lyProducts_menu {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background-color: #222;
  position: relative;
}

.lyProducts_menu .lyProMenu_title {
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  background-color: #cc0e10;
  border-right: 8px solid #fff;
  float: left;
  position: relative;
}

.lyProMenu_title i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin: 19px 10px 19px 0;
  float: left;
}

.lyProMenu_title i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProMenu_title i svg path {
  fill: #ffffff;
}

.lyProMenu_title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 24px solid #fff;
  border-right: 0 solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: -32px;
}

.lyProMenu_title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 24px solid #cc0e10;
  border-right: 0 solid transparent;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: -24px;
}

.lyProducts_menu .lyProMenu_list {
  width: calc(100% - 360px);
  height: 40px;
  overflow: hidden;
  margin: 12px 0;
  padding-left: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.lyProMenu_list a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, .65);
  font-size: 18px;
  padding: 0 12px;
  position: relative;
}

.lyProMenu_list a::after {
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background-color: rgba(255, 255, 255, .65);
  transform: skewX(-20deg);
  position: absolute;
  top: 50%;
  right: -3px;
}

.lyProMenu_list a:hover {
  color: #cc0e10;
  font-weight: bold;
}

.lyProducts_menu .lyProMenu_more {
  padding: 14px 20px;
  float: right;
}

.lyProMenu_more a {
  display: block;
  width: 136px;
  height: 36px;
  overflow: hidden;
  line-height: 34px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #fff;
  background-color: rgba(204, 14, 16, 0);
}

.lyProMenu_more a:hover {
  border: 1px solid #cc0e10;
  background-color: #cc0e10;
}

.lyProMenu_more a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 12px;
}

.lyProMenu_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProMenu_more a i svg path {
  fill: #ffffff;
}


.lyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}

.lyProducts_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyProducts_list ul li .lyProducts_con {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  position: relative;
}

.lyProducts_list ul li:hover .lyProducts_con {
  border: 1px solid #cc0e10;
  border-bottom: 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_list ul li:hover .lyProducts_con .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text {
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text::before {
  content: '';
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 30px;
  top: 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_list ul li:hover .lyProducts_con .lyProducts_text a.lyProducts_name {
  color: #cc0e10;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg path {
  fill: #999999;
}


.lyProducts_list ul li a.lyProducts_btn {
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  background-color: #626262;
}

.lyProducts_list ul li:hover a.lyProducts_btn {
  background-color: #cc0e10;
}

.lyProducts_list ul li a.lyProducts_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}

.lyProducts_list ul li a.lyProducts_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li a.lyProducts_btn i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyProducts {
    margin: 80px auto 50px;
  }

  .lyProducts_menu {
    margin-bottom: 40px;
  }

  .lyProducts_menu .lyProMenu_title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-right: 6px solid #fff;
  }

  .lyProMenu_title i {
    width: 24px;
    height: 24px;
    margin: 18px 10px 18px 0;
  }

  .lyProMenu_title::before {
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0 solid transparent;
    border-bottom: 30px solid transparent;
    right: -26px;
  }

  .lyProMenu_title::after {
    border-top: 30px solid transparent;
    border-left: 20px solid #cc0e10;
    border-right: 0 solid transparent;
    border-bottom: 30px solid transparent;
    right: -20px;
  }

  .lyProducts_menu .lyProMenu_list {
    width: calc(100% - 340px);
    margin: 10px 0;
    padding-left: 40px;
  }

  .lyProMenu_list a {
    font-size: 17px;
  }

  .lyProMenu_list a::after {
    height: 16px;
    margin-top: -8px;
  }

  .lyProducts_menu .lyProMenu_more {
    padding: 12px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    font-size: 15px;
  }

  .lyProducts_list ul li a.lyProducts_btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .lyProducts_list ul li a.lyProducts_btn i {
    width: 22px;
    height: 22px;
    margin: -4px 0 0 12px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyProducts {
    margin: 60px auto 50px;
  }

  .lyProducts_menu .lyProMenu_title {
    font-size: 22px;
  }

  .lyProMenu_more a {
    width: 130px;
    font-size: 14px;
  }

  .lyProMenu_more a i {
    width: 20px;
    height: 20px;
    margin: -4px 0 0 6px;
  }

  .lyProducts_menu .lyProMenu_list {
    width: calc(100% - 320px);
  }

  .lyProMenu_list a {
    font-size: 16px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 240px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 15px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text::before {
    width: calc(100% - 40px);
    left: 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 4px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
    width: 14px;
    height: 14px;
  }

  .lyProducts_list ul li a.lyProducts_btn {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .lyProducts_list ul li a.lyProducts_btn i {
    width: 20px;
    height: 20px;
    margin: -4px 0 0 6px;
  }
}

@media (max-width:1366px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 226px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    margin-top: 2px;
  }
}

@media (max-width:1280px) {
  .lyProducts {
    margin: 60px auto;
  }

  .lyProducts_list ul {
    margin: 0 -10px;
  }

  .lyProducts_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 215px;
  }
}

@media (max-width:1200px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 200px;
  }
}

@media (max-width:1080px) {
  .lyProducts_menu .lyProMenu_list {
    padding-left: 30px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 180px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (max-width:1024px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 174px;
  }
}

@media (max-width:920px) {
  .lyProducts {
    margin: 40px auto;
  }

  .lyProducts_menu {
    margin-bottom: 20px;
  }

  .lyProducts_menu .lyProMenu_title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-right: 4px solid #fff;
  }

  .lyProMenu_title::before {
    border-top: 25px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0 solid transparent;
    border-bottom: 25px solid transparent;
    right: -20px;
  }

  .lyProMenu_title::after {
    border-top: 25px solid transparent;
    border-left: 16px solid #cc0e10;
    border-right: 0 solid transparent;
    border-bottom: 25px solid transparent;
    right: -16px;
  }

  .lyProMenu_title i {
    width: 20px;
    height: 20px;
    margin: 15px 8px 15px 0;
  }

  .lyProducts_menu .lyProMenu_list {
    width: calc(100% - 294px);
    margin: 5px 0;
  }

  .lyProMenu_list a::after {
    height: 14px;
    margin-top: -7px;
  }

  .lyProducts_menu .lyProMenu_more {
    padding: 7px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 154px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text::before {
    width: calc(100% - 20px);
    left: 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    margin-top: 0;
  }
}

@media (max-width:820px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 134px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .lyProducts {
    margin: 40px auto 0;
  }

  .lyProducts_menu .lyProMenu_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 20px;
    white-space: inherit;
    text-overflow: inherit;
    background-color: #333;
  }

  .lyProMenu_list a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 20px 0 0;
  }

  .lyProMenu_list a::after {
    right: 6px;
  }

  .lyProducts_menu .lyProMenu_more {
    padding: 0;
    position: absolute;
    top: 7px;
    right: 20px;
  }

  .lyProducts_list ul li {
    width: 50%;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 132px;
  }

  .lyProducts_list ul li a.lyProducts_btn {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width:390px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 124px;
  }
}

@media (max-width:320px) {
  .lyProducts_menu .lyProMenu_title {
    padding-left: 12px;
  }

  .lyProducts_menu .lyProMenu_more {
    right: 12px;
  }

  .lyProMenu_more a {
    width: 112px;
  }

  .lyProMenu_more a i {
    margin: -4px 0 0 2px;
  }

  .lyProducts_menu .lyProMenu_list {
    padding: 6px 12px;
  }

  .lyProducts_list ul {
    margin: 0;
  }

  .lyProducts_list ul li {
    width: 100%;
    padding: 0;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 220px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 12px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text::before {
    width: calc(100% - 40px);
    left: 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }

  .lyProducts_list ul li a.lyProducts_btn {
    height: 44px;
    line-height: 44px;
  }
}

@media (max-width:280px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 192px;
  }
}

/* lyProducts end */


/* lyArticles start */
.lyArticles {
  padding: 80px 0;
  background: url(../images/articleBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyArticles::before {
  content: '';
  display: block;
  width: 380px;
  height: calc(100% + 64px);
  overflow: hidden;
  background: url(../images/xs.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 32px 0 0 32px;
  transform: scaleX(-1);
  position: absolute;
  top: -32px;
  left: 0;
}

.lyArticles .lyArticles_main {
  margin: 0 auto;
  position: relative;
}

.lyArticles_swiper .swiper-container {
  padding: 10px 0 80px;
}

.lyArticles_swiper .swiper-container::after {
  content: '';
  display: block;
  width: calc(100% - 320px);
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyArticles_swiper .lyArticles_con {
  padding: 50px 30px 30px;
  background-color: #fff;
  position: relative;
}

.lyArticles_swiper .lyArticles_con:hover {
  background-color: #cc0e10;
}

.lyArticles_swiper .lyArticles_con span.lyArticles_time {
  display: block;
  width: 165px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #cc0e10;
  position: absolute;
  left: 30px;
  top: -10px;
}

.lyArticles_swiper .lyArticles_con:hover span.lyArticles_time {
  background-color: #dc5759;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_name {
  color: #fff;
}

.lyArticles_swiper .lyArticles_con .lyArticles_ms {
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.lyArticles_swiper .lyArticles_con:hover .lyArticles_ms {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.lyArticles_swiper .lyArticles_con .lyArticles_ms p {
  height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: #999;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyArticles_swiper .lyArticles_con:hover .lyArticles_ms p {
  color: rgba(255, 255, 255, .45);
}


.lyArticles_swiper .lyArticles_con a.lyArticles_more {
  display: block;
  width: 136px;
  height: 36px;
  overflow: hidden;
  line-height: 34px;
  color: #999;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #999;
  background-color: rgba(204, 14, 16, 0);
  margin-top: 30px;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_more {
  color: #fff;
  border: 1px solid #fff;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticles_swiper .lyArticles_con a.lyArticles_more i svg path {
  fill: #999999;
}

.lyArticles_swiper .lyArticles_con:hover a.lyArticles_more i svg path {
  fill: #ffffff;
}


.lyArticles_swiper .swiper-container .swiper-button-prev,
.lyArticles_swiper .swiper-container .swiper-button-next {
  width: 38px;
  height: 38px;
  padding: 11px;
  border-radius: 50%;
  margin: 0;
  background: rgba(255, 255, 255, .25);
  position: absolute;
  bottom: 0;
  top: inherit;
  left: inherit;
  z-index: 2;
}

.lyArticles_swiper .swiper-container .swiper-button-prev:hover,
.lyArticles_swiper .swiper-container .swiper-button-next:hover {
  background: #cc0e10;
}

.lyArticles_swiper .swiper-container .swiper-button-prev {
  right: 64px;
}

.lyArticles_swiper .swiper-container .swiper-button-next {
  right: 0;
}

.lyArticles_swiper .swiper-container .swiper-button-prev svg,
.lyArticles_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticles_swiper .swiper-container .swiper-button-prev svg path,
.lyArticles_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyArticles {
    padding: 80px 0 42px;
  }

  .lyArticles::before {
    width: 320px;
    height: calc(100% + 48px);
    border-radius: 24px 0 0 24px;
    top: -24px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 400px);
    margin-left: 40px;
  }

  .lyArticles_swiper .lyArticles_con {
    padding: 40px 30px 30px;
  }

  .lyArticles_swiper .lyArticles_con span.lyArticles_time {
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .lyArticles_swiper .lyArticles_con .lyArticles_ms p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }
}

@media (max-width:1600px) {
  .lyArticles::before {
    width: 300px;
  }

  .lyArticles_swiper .swiper-container::after {
    margin-left: 60px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyArticles {
    padding: 60px 0 42px;
  }

  .lyArticles::before {
    width: 280px;
    height: calc(100% + 40px);
    border-radius: 20px 0 0 20px;
    top: -20px;
  }

  .lyArticles_swiper .lyArticles_con span.lyArticles_time {
    width: 140px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .lyArticles_swiper .lyArticles_con .lyArticles_ms p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyArticles_swiper .lyArticles_con a.lyArticles_more {
    width: 130px;
    font-size: 14px;
  }

  .lyArticles_swiper .lyArticles_con a.lyArticles_more i {
    width: 20px;
    height: 20px;
    margin: -2px 0 0 6px;
  }

  .lyArticles_swiper .swiper-container .swiper-button-prev {
    right: 58px;
  }

  .lyArticles_swiper .swiper-container::after {
    margin-left: 70px;
  }
}

@media (max-width:1366px) {
  .lyArticles {
    padding: 60px 0 30px;
  }

  .lyArticles::before {
    width: 240px;
  }

  .lyArticles_swiper .swiper-container {
    padding: 10px 0 68px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 370px);
    margin-left: 50px;
  }
}

@media (max-width:1280px) {
  .lyArticles_swiper .lyArticles_con {
    padding: 32px 20px 20px;
  }

  .lyArticles_swiper .lyArticles_con span.lyArticles_time {
    left: 20px;
  }

  .lyArticles_swiper .lyArticles_con a.lyArticles_more {
    margin-top: 20px;
  }
}

@media (max-width:1200px) {
  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 360px);
    margin-left: 55px;
  }
}

@media (max-width:1080px) {
  .lyArticles::before {
    width: 220px;
  }

}

@media (max-width:1024px) {
  .lyArticles::before {
    width: 200px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 320px);
    margin-left: 44px;
  }

  .lyArticles_swiper .lyArticles_con a.lyArticles_name {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (max-width:920px) {
  .lyArticles {
    padding: 40px 0 20px;
  }

  .lyArticles::before {
    width: 160px;
  }

  .lyArticles_swiper .swiper-container {
    padding: 10px 0 58px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 280px);
    margin-left: 24px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyArticles {
    padding: 20px 0;
  }

  .lyArticles_swiper .swiper-container {
    padding: 10px 0 52px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 220px);
    margin-left: 6px;
    bottom: 16px;
  }

  .lyArticles::before {
    width: 120px;
    height: 50%;
    border-radius: 20px 0 0 20px;
    top: inherit;
    bottom: -20px;
  }

  .lyArticles_swiper .swiper-container .swiper-button-prev,
  .lyArticles_swiper .swiper-container .swiper-button-next {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .lyArticles_swiper .swiper-container .swiper-button-prev {
    right: 52px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyArticles::before {
    width: 100px;
  }

  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 200px);
    margin-left: 0;
    bottom: 16px;
  }
}

@media (max-width:280px) {
  .lyArticles_swiper .swiper-container::after {
    width: calc(100% - 180px);
    margin-left: -10px;
    bottom: 16px;
  }
}

/* lyArticles end */


/* lyPartner start */
.lyPartner {
  margin: 100px auto 80px;
}

.lyPartner .lyPartner_swiper {
  padding: 0 75px;
  position: relative;
}

.lyPartner_swiper .swiper-container {
  margin: -20px auto;
  padding: 20px 0;
}

.lyPartner_swiper .swiper-container .swiper-slide {
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  border-radius: 0;
  position: relative;
}

.lyPartner_swiper .swiper-container .swiper-slide:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lyPartner_swiper .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPartner_swiper .swiper-button-prev,
.lyPartner_swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 15px;
  border-radius: 50%;
  background: #ddd;
  position: absolute;
  z-index: 2;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.lyPartner_swiper .swiper-button-prev:hover,
.lyPartner_swiper .swiper-button-next:hover {
  background: #cc0e10;
}

.lyPartner_swiper .swiper-button-prev {
  left: -25px;
}

.lyPartner_swiper .swiper-button-next {
  right: -25px;
}

.lyPartner_swiper .swiper-button-prev svg,
.lyPartner_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPartner_swiper .swiper-button-prev svg path,
.lyPartner_swiper .swiper-button-next svg path {
  fill: #ffffff;
}

.lyPartner_swiper .swiper-button-prev:hover svg path,
.lyPartner_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyPartner {
    margin: 80px auto 60px;
  }

  .lyPartner .lyPartner_swiper {
    padding: 0 60px;
  }

  .lyPartner_swiper .swiper-button-prev,
  .lyPartner_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 12px;
  }

  .lyPartner_swiper .swiper-button-prev {
    left: -20px;
  }

  .lyPartner_swiper .swiper-button-next {
    right: -20px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 90px;
  }

  .lyPartner_swiper .swiper-button-prev {
    left: 0;
  }

  .lyPartner_swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyPartner {
    margin: 60px auto 40px;
  }
}

@media (max-width:820px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 76px;
  }
}

@media (max-width:767px) {

  .lyPartner {
    margin: 40px auto 20px;
  }

  .lyPartner .lyPartner_swiper {
    padding: 0 44px;
  }

  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 70px;
  }

  .lyPartner_swiper .swiper-button-prev,
  .lyPartner_swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 9px;
  }
}

@media (max-width:390px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 64px;
  }
}

@media (max-width:320px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 82px;
  }
}

@media (max-width:280px) {
  .lyArticles::before {
    width: 80px;
  }


}

/* lyPartner end */